home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_180029.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  80 lines

  1. -- card: 180029 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=173 top=221 right=287 bottom=366
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 256
  18. -- line height: 14
  19. -- part name: Sample text
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8003
  25. -- rect: left=14 top=294 right=314 bottom=151
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Restore properties
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   set lockText of card field 1 to true
  37.   set visible of card field 1 to true
  38.   set textAlign of card field 1 to left
  39.   set textFont of card field 1 to Geneva
  40.   set textSize of card field 1 to 14
  41.   set textStyle of card field 1 to bold
  42.   set textHeight of card field 1 to 14
  43. end mouseUp
  44.  
  45.  
  46.  
  47.  
  48. -- part contents for background part 2
  49. ----- text -----
  50. Field properties (cont.)
  51.  
  52. -- part contents for background part 43
  53. ----- text -----
  54. 335,253
  55.  
  56. -- part contents for background part 44
  57. ----- text -----
  58. lockText
  59. visible
  60. textAlign
  61.  
  62. textFont
  63. textSize
  64. textStyle
  65. textHeight
  66.  
  67. -- part contents for background part 1
  68. ----- text -----
  69. set lockText of card field "Sample text" to false 
  70. set visible of card field "Sample text" to false 
  71. set textAlign of card field "Sample text" to center
  72. --or left or right   
  73. set textFont of card field "Sample text" to New York 
  74. set textSize of card field "Sample text" to 14 
  75. set textStyle of card field "Sample text" to italic 
  76. set textHeight of card field "Sample text" to 13 
  77.  
  78. -- part contents for card part 1
  79. ----- text -----
  80. The  textHeight property specifies space between lines